home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Educational / Dual / Source / DualView.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  192 b   |  14 lines

  1. // DualView.h
  2.  
  3. #import <appkit/appkit.h>
  4. #import "AbstractView.h"
  5.  
  6. @interface DualView:AbstractView
  7. {
  8. }
  9.  
  10. - mouseDown: (NXEvent *)event;
  11. - drawSelf:(const NXRect *)rects :(int)rectCount;
  12.  
  13. @end
  14.